From 8a1d66b717aedf49c61b56b2ad3ce2d3ba9b7ce7 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 29 Jan 2012 13:34:44 -0600 Subject: [PATCH] Define POSIX_SIGNALS for GNU/Hurd. Emacs will now use POSIX signals on GNU/Hurd which avoids a build failure when a 15MiB-long write is interrupted by a signal, and Emacs hasn't set the SA_RESTART flag. Author: Samuel Thibault Date: Sun, 4 Dec 2011 19:47:54 +0100 Applied-By: Rob Browning Forwarded: bug-gnu-emacs@gnu.org Closes: #650976 --- src/s/gnu.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/s/gnu.h b/src/s/gnu.h index 388b3e3552e..51e6ec47e22 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h @@ -83,5 +83,7 @@ along with GNU Emacs. If not, see . */ #endif /* !_IO_STDIO_H */ #endif /* emacs */ +#define POSIX_SIGNALS 1 + /* arch-tag: 577983d9-87a6-4922-b8f8-ff2b563714a4 (do not change this comment) */ -- 2.30.2